projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988e88a
)
* unexmacosx.c (unexec_error): Use const char *.
author
Jan D
<jan.h.d@swipnet.se>
Wed, 11 Aug 2010 08:36:27 +0000
(10:36 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Wed, 11 Aug 2010 08:36:27 +0000
(10:36 +0200)
src/ChangeLog
patch
|
blob
|
history
src/unexmacosx.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index a3e08cf699d31433aae4010ad55295030f8ea817..1ec37f440c0feab77a53c81fb20a4fe71505eb9f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
+
+ * unexmacosx.c (unexec_error): Use const char *.
+
2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
* font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
diff --git
a/src/unexmacosx.c
b/src/unexmacosx.c
index ef43e9bef124469434ade485b06b70b824095263..5c450e062c631a8c2a4b88114eee7ac0bea3746e 100644
(file)
--- a/
src/unexmacosx.c
+++ b/
src/unexmacosx.c
@@
-267,7
+267,7
@@
unexec_copy (off_t dest, off_t src, ssize_t count)
/* Debugging and informational messages routines. */
static void
-unexec_error (char *format, ...)
+unexec_error (c
onst c
har *format, ...)
{
va_list ap;